Export the users and group mapping list.
Seems there’s no feature / plugins for this requirement. If you can access the database, then everything is easy:
SELECT member.[ID]
,[membership_type]
,[group_type]
,[parent_name]
,[lower_parent_name]
,[child_name]
,[lower_child_name]
,member.[directory_id], jira_user.display_name
FROM [jiradb].[jiraschema].[cwd_membership] member
left join [jiradb].[jiraschema].[cwd_user] jira_user
ON member.child_name = jira_user.user_name
order by parent_name
JIRA: Select Estimate and Actually Spent (Logged) Hours <->
// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.